Previous Book Contents Book Index Next

Inside Macintosh: QuickDraw GX Objects /
Chapter 3 - Style Objects / Style Objects Reference
Functions / Manipulating Style Object Properties


GXResetStyle

You can use the GXResetStyle function to reset the properties of an existing style object to their default values.

void GXResetStyle(gxStyle target);
target
A reference to the style object whose properties you want to reset.
DESCRIPTION
The GXResetStyle function resets all properties of the target style object, except owner count and tag list, to their default values. The owner count and tag list are unaffected.

ERRORS, WARNINGS, AND NOTICES
Errors 
out_of_memory 
style_is_nil 
SEE ALSO
Default properties of style objects are discussed in the section "The Default Style Object" on page 3-6.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996